- cublasAlloc
cublasStatus_t cublasAlloc(int n, int elemSize, void** devicePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasCaxpy
void cublasCaxpy(int n, cuComplex alpha, const(cuComplex)* x, int incx, cuComplex* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasCcopy
void cublasCcopy(int n, const(cuComplex)* x, int incx, cuComplex* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasCdotc
cuComplex cublasCdotc(int n, const(cuComplex)* x, int incx, const(cuComplex)* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasCdotu
cuComplex cublasCdotu(int n, const(cuComplex)* x, int incx, const(cuComplex)* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasCgbmv
void cublasCgbmv(char trans, int m, int n, int kl, int ku, cuComplex alpha, const(cuComplex)* A, int lda, const(cuComplex)* x, int incx, cuComplex beta, cuComplex* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasCgemm
void cublasCgemm(char transa, char transb, int m, int n, int k, cuComplex alpha, const(cuComplex)* A, int lda, const(cuComplex)* B, int ldb, cuComplex beta, cuComplex* C, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasCgemv
void cublasCgemv(char trans, int m, int n, cuComplex alpha, const(cuComplex)* A, int lda, const(cuComplex)* x, int incx, cuComplex beta, cuComplex* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasCgerc
void cublasCgerc(int m, int n, cuComplex alpha, const(cuComplex)* x, int incx, const(cuComplex)* y, int incy, cuComplex* A, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasCgeru
void cublasCgeru(int m, int n, cuComplex alpha, const(cuComplex)* x, int incx, const(cuComplex)* y, int incy, cuComplex* A, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasChbmv
void cublasChbmv(char uplo, int n, int k, cuComplex alpha, const(cuComplex)* A, int lda, const(cuComplex)* x, int incx, cuComplex beta, cuComplex* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasChemm
void cublasChemm(char side, char uplo, int m, int n, cuComplex alpha, const(cuComplex)* A, int lda, const(cuComplex)* B, int ldb, cuComplex beta, cuComplex* C, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasChemv
void cublasChemv(char uplo, int n, cuComplex alpha, const(cuComplex)* A, int lda, const(cuComplex)* x, int incx, cuComplex beta, cuComplex* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasCher
void cublasCher(char uplo, int n, float alpha, const(cuComplex)* x, int incx, cuComplex* A, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasCher2
void cublasCher2(char uplo, int n, cuComplex alpha, const(cuComplex)* x, int incx, const(cuComplex)* y, int incy, cuComplex* A, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasCher2k
void cublasCher2k(char uplo, char trans, int n, int k, cuComplex alpha, const(cuComplex)* A, int lda, const(cuComplex)* B, int ldb, float beta, cuComplex* C, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasCherk
void cublasCherk(char uplo, char trans, int n, int k, float alpha, const(cuComplex)* A, int lda, float beta, cuComplex* C, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasChpmv
void cublasChpmv(char uplo, int n, cuComplex alpha, const(cuComplex)* AP, const(cuComplex)* x, int incx, cuComplex beta, cuComplex* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasChpr
void cublasChpr(char uplo, int n, float alpha, const(cuComplex)* x, int incx, cuComplex* AP)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasChpr2
void cublasChpr2(char uplo, int n, cuComplex alpha, const(cuComplex)* x, int incx, const(cuComplex)* y, int incy, cuComplex* AP)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasCrot
void cublasCrot(int n, cuComplex* x, int incx, cuComplex* y, int incy, float c, cuComplex s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasCrotg
void cublasCrotg(cuComplex* ca, cuComplex cb, float* sc, cuComplex* cs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasCscal
void cublasCscal(int n, cuComplex alpha, cuComplex* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasCsrot
void cublasCsrot(int n, cuComplex* x, int incx, cuComplex* y, int incy, float c, float s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasCsscal
void cublasCsscal(int n, float alpha, cuComplex* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasCswap
void cublasCswap(int n, cuComplex* x, int incx, cuComplex* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasCsymm
void cublasCsymm(char side, char uplo, int m, int n, cuComplex alpha, const(cuComplex)* A, int lda, const(cuComplex)* B, int ldb, cuComplex beta, cuComplex* C, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasCsyr2k
void cublasCsyr2k(char uplo, char trans, int n, int k, cuComplex alpha, const(cuComplex)* A, int lda, const(cuComplex)* B, int ldb, cuComplex beta, cuComplex* C, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasCsyrk
void cublasCsyrk(char uplo, char trans, int n, int k, cuComplex alpha, const(cuComplex)* A, int lda, cuComplex beta, cuComplex* C, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasCtbmv
void cublasCtbmv(char uplo, char trans, char diag, int n, int k, const(cuComplex)* A, int lda, cuComplex* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasCtbsv
void cublasCtbsv(char uplo, char trans, char diag, int n, int k, const(cuComplex)* A, int lda, cuComplex* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasCtpmv
void cublasCtpmv(char uplo, char trans, char diag, int n, const(cuComplex)* AP, cuComplex* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasCtpsv
void cublasCtpsv(char uplo, char trans, char diag, int n, const(cuComplex)* AP, cuComplex* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasCtrmm
void cublasCtrmm(char side, char uplo, char transa, char diag, int m, int n, cuComplex alpha, const(cuComplex)* A, int lda, cuComplex* B, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasCtrmv
void cublasCtrmv(char uplo, char trans, char diag, int n, const(cuComplex)* A, int lda, cuComplex* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasCtrsm
void cublasCtrsm(char side, char uplo, char transa, char diag, int m, int n, cuComplex alpha, const(cuComplex)* A, int lda, cuComplex* B, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasCtrsv
void cublasCtrsv(char uplo, char trans, char diag, int n, const(cuComplex)* A, int lda, cuComplex* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasDasum
double cublasDasum(int n, const(double)* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasDaxpy
void cublasDaxpy(int n, double alpha, const(double)* x, int incx, double* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasDcopy
void cublasDcopy(int n, const(double)* x, int incx, double* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasDdot
double cublasDdot(int n, const(double)* x, int incx, const(double)* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasDgbmv
void cublasDgbmv(char trans, int m, int n, int kl, int ku, double alpha, const(double)* A, int lda, const(double)* x, int incx, double beta, double* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasDgemm
void cublasDgemm(char transa, char transb, int m, int n, int k, double alpha, const(double)* A, int lda, const(double)* B, int ldb, double beta, double* C, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasDgemv
void cublasDgemv(char trans, int m, int n, double alpha, const(double)* A, int lda, const(double)* x, int incx, double beta, double* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasDger
void cublasDger(int m, int n, double alpha, const(double)* x, int incx, const(double)* y, int incy, double* A, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasDnrm2
double cublasDnrm2(int n, const(double)* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasDrot
void cublasDrot(int n, double* x, int incx, double* y, int incy, double sc, double ss)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasDrotg
void cublasDrotg(double* sa, double* sb, double* sc, double* ss)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasDrotm
void cublasDrotm(int n, double* x, int incx, double* y, int incy, const(double)* sparam)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasDrotmg
void cublasDrotmg(double* sd1, double* sd2, double* sx1, const(double)* sy1, double* sparam)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasDsbmv
void cublasDsbmv(char uplo, int n, int k, double alpha, const(double)* A, int lda, const(double)* x, int incx, double beta, double* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasDscal
void cublasDscal(int n, double alpha, double* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasDspmv
void cublasDspmv(char uplo, int n, double alpha, const(double)* AP, const(double)* x, int incx, double beta, double* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasDspr
void cublasDspr(char uplo, int n, double alpha, const(double)* x, int incx, double* AP)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasDspr2
void cublasDspr2(char uplo, int n, double alpha, const(double)* x, int incx, const(double)* y, int incy, double* AP)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasDswap
void cublasDswap(int n, double* x, int incx, double* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasDsymm
void cublasDsymm(char side, char uplo, int m, int n, double alpha, const(double)* A, int lda, const(double)* B, int ldb, double beta, double* C, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasDsymv
void cublasDsymv(char uplo, int n, double alpha, const(double)* A, int lda, const(double)* x, int incx, double beta, double* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasDsyr
void cublasDsyr(char uplo, int n, double alpha, const(double)* x, int incx, double* A, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasDsyr2
void cublasDsyr2(char uplo, int n, double alpha, const(double)* x, int incx, const(double)* y, int incy, double* A, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasDsyr2k
void cublasDsyr2k(char uplo, char trans, int n, int k, double alpha, const(double)* A, int lda, const(double)* B, int ldb, double beta, double* C, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasDsyrk
void cublasDsyrk(char uplo, char trans, int n, int k, double alpha, const(double)* A, int lda, double beta, double* C, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasDtbmv
void cublasDtbmv(char uplo, char trans, char diag, int n, int k, const(double)* A, int lda, double* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasDtbsv
void cublasDtbsv(char uplo, char trans, char diag, int n, int k, const(double)* A, int lda, double* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasDtpmv
void cublasDtpmv(char uplo, char trans, char diag, int n, const(double)* AP, double* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasDtpsv
void cublasDtpsv(char uplo, char trans, char diag, int n, const(double)* AP, double* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasDtrmm
void cublasDtrmm(char side, char uplo, char transa, char diag, int m, int n, double alpha, const(double)* A, int lda, double* B, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasDtrmv
void cublasDtrmv(char uplo, char trans, char diag, int n, const(double)* A, int lda, double* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasDtrsm
void cublasDtrsm(char side, char uplo, char transa, char diag, int m, int n, double alpha, const(double)* A, int lda, double* B, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasDtrsv
void cublasDtrsv(char uplo, char trans, char diag, int n, const(double)* A, int lda, double* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasDzasum
double cublasDzasum(int n, const(cuDoubleComplex)* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasDznrm2
double cublasDznrm2(int n, const(cuDoubleComplex)* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasFree
cublasStatus_t cublasFree(void* devicePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasGetError
cublasStatus_t cublasGetError()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasGetVersion
cublasStatus_t cublasGetVersion(int* version_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasIcamax
int cublasIcamax(int n, const(cuComplex)* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasIcamin
int cublasIcamin(int n, const(cuComplex)* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasIdamax
int cublasIdamax(int n, const(double)* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasIdamin
int cublasIdamin(int n, const(double)* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasInit
cublasStatus_t cublasInit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasIsamax
int cublasIsamax(int n, const(float)* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasIsamin
int cublasIsamin(int n, const(float)* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasIzamax
int cublasIzamax(int n, const(cuDoubleComplex)* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasIzamin
int cublasIzamin(int n, const(cuDoubleComplex)* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasSasum
float cublasSasum(int n, const(float)* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasSaxpy
void cublasSaxpy(int n, float alpha, const(float)* x, int incx, float* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasScasum
float cublasScasum(int n, const(cuComplex)* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasScnrm2
float cublasScnrm2(int n, const(cuComplex)* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasScopy
void cublasScopy(int n, const(float)* x, int incx, float* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasSdot
float cublasSdot(int n, const(float)* x, int incx, const(float)* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasSetKernelStream
cublasStatus_t cublasSetKernelStream(cudaStream_t stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasSgbmv
void cublasSgbmv(char trans, int m, int n, int kl, int ku, float alpha, const(float)* A, int lda, const(float)* x, int incx, float beta, float* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasSgemm
void cublasSgemm(char transa, char transb, int m, int n, int k, float alpha, const(float)* A, int lda, const(float)* B, int ldb, float beta, float* C, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasSgemv
void cublasSgemv(char trans, int m, int n, float alpha, const(float)* A, int lda, const(float)* x, int incx, float beta, float* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasSger
void cublasSger(int m, int n, float alpha, const(float)* x, int incx, const(float)* y, int incy, float* A, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasShutdown
cublasStatus_t cublasShutdown()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasSnrm2
float cublasSnrm2(int n, const(float)* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasSrot
void cublasSrot(int n, float* x, int incx, float* y, int incy, float sc, float ss)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasSrotg
void cublasSrotg(float* sa, float* sb, float* sc, float* ss)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasSrotm
void cublasSrotm(int n, float* x, int incx, float* y, int incy, const(float)* sparam)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasSrotmg
void cublasSrotmg(float* sd1, float* sd2, float* sx1, const(float)* sy1, float* sparam)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasSsbmv
void cublasSsbmv(char uplo, int n, int k, float alpha, const(float)* A, int lda, const(float)* x, int incx, float beta, float* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasSscal
void cublasSscal(int n, float alpha, float* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasSspmv
void cublasSspmv(char uplo, int n, float alpha, const(float)* AP, const(float)* x, int incx, float beta, float* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasSspr
void cublasSspr(char uplo, int n, float alpha, const(float)* x, int incx, float* AP)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasSspr2
void cublasSspr2(char uplo, int n, float alpha, const(float)* x, int incx, const(float)* y, int incy, float* AP)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasSswap
void cublasSswap(int n, float* x, int incx, float* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasSsymm
void cublasSsymm(char side, char uplo, int m, int n, float alpha, const(float)* A, int lda, const(float)* B, int ldb, float beta, float* C, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasSsymv
void cublasSsymv(char uplo, int n, float alpha, const(float)* A, int lda, const(float)* x, int incx, float beta, float* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasSsyr
void cublasSsyr(char uplo, int n, float alpha, const(float)* x, int incx, float* A, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasSsyr2
void cublasSsyr2(char uplo, int n, float alpha, const(float)* x, int incx, const(float)* y, int incy, float* A, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasSsyr2k
void cublasSsyr2k(char uplo, char trans, int n, int k, float alpha, const(float)* A, int lda, const(float)* B, int ldb, float beta, float* C, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasSsyrk
void cublasSsyrk(char uplo, char trans, int n, int k, float alpha, const(float)* A, int lda, float beta, float* C, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasStbmv
void cublasStbmv(char uplo, char trans, char diag, int n, int k, const(float)* A, int lda, float* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasStbsv
void cublasStbsv(char uplo, char trans, char diag, int n, int k, const(float)* A, int lda, float* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasStpmv
void cublasStpmv(char uplo, char trans, char diag, int n, const(float)* AP, float* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasStpsv
void cublasStpsv(char uplo, char trans, char diag, int n, const(float)* AP, float* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasStrmm
void cublasStrmm(char side, char uplo, char transa, char diag, int m, int n, float alpha, const(float)* A, int lda, float* B, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasStrmv
void cublasStrmv(char uplo, char trans, char diag, int n, const(float)* A, int lda, float* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasStrsm
void cublasStrsm(char side, char uplo, char transa, char diag, int m, int n, float alpha, const(float)* A, int lda, float* B, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasStrsv
void cublasStrsv(char uplo, char trans, char diag, int n, const(float)* A, int lda, float* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasZaxpy
void cublasZaxpy(int n, cuDoubleComplex alpha, const(cuDoubleComplex)* x, int incx, cuDoubleComplex* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasZcopy
void cublasZcopy(int n, const(cuDoubleComplex)* x, int incx, cuDoubleComplex* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasZdotc
cuDoubleComplex cublasZdotc(int n, const(cuDoubleComplex)* x, int incx, const(cuDoubleComplex)* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasZdotu
cuDoubleComplex cublasZdotu(int n, const(cuDoubleComplex)* x, int incx, const(cuDoubleComplex)* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasZdrot
void cublasZdrot(int n, cuDoubleComplex* x, int incx, cuDoubleComplex* y, int incy, double c, double s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasZdscal
void cublasZdscal(int n, double alpha, cuDoubleComplex* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasZgbmv
void cublasZgbmv(char trans, int m, int n, int kl, int ku, cuDoubleComplex alpha, const(cuDoubleComplex)* A, int lda, const(cuDoubleComplex)* x, int incx, cuDoubleComplex beta, cuDoubleComplex* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasZgemm
void cublasZgemm(char transa, char transb, int m, int n, int k, cuDoubleComplex alpha, const(cuDoubleComplex)* A, int lda, const(cuDoubleComplex)* B, int ldb, cuDoubleComplex beta, cuDoubleComplex* C, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasZgemv
void cublasZgemv(char trans, int m, int n, cuDoubleComplex alpha, const(cuDoubleComplex)* A, int lda, const(cuDoubleComplex)* x, int incx, cuDoubleComplex beta, cuDoubleComplex* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasZgerc
void cublasZgerc(int m, int n, cuDoubleComplex alpha, const(cuDoubleComplex)* x, int incx, const(cuDoubleComplex)* y, int incy, cuDoubleComplex* A, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasZgeru
void cublasZgeru(int m, int n, cuDoubleComplex alpha, const(cuDoubleComplex)* x, int incx, const(cuDoubleComplex)* y, int incy, cuDoubleComplex* A, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasZhbmv
void cublasZhbmv(char uplo, int n, int k, cuDoubleComplex alpha, const(cuDoubleComplex)* A, int lda, const(cuDoubleComplex)* x, int incx, cuDoubleComplex beta, cuDoubleComplex* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasZhemm
void cublasZhemm(char side, char uplo, int m, int n, cuDoubleComplex alpha, const(cuDoubleComplex)* A, int lda, const(cuDoubleComplex)* B, int ldb, cuDoubleComplex beta, cuDoubleComplex* C, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasZhemv
void cublasZhemv(char uplo, int n, cuDoubleComplex alpha, const(cuDoubleComplex)* A, int lda, const(cuDoubleComplex)* x, int incx, cuDoubleComplex beta, cuDoubleComplex* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasZher
void cublasZher(char uplo, int n, double alpha, const(cuDoubleComplex)* x, int incx, cuDoubleComplex* A, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasZher2
void cublasZher2(char uplo, int n, cuDoubleComplex alpha, const(cuDoubleComplex)* x, int incx, const(cuDoubleComplex)* y, int incy, cuDoubleComplex* A, int lda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasZher2k
void cublasZher2k(char uplo, char trans, int n, int k, cuDoubleComplex alpha, const(cuDoubleComplex)* A, int lda, const(cuDoubleComplex)* B, int ldb, double beta, cuDoubleComplex* C, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasZherk
void cublasZherk(char uplo, char trans, int n, int k, double alpha, const(cuDoubleComplex)* A, int lda, double beta, cuDoubleComplex* C, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasZhpmv
void cublasZhpmv(char uplo, int n, cuDoubleComplex alpha, const(cuDoubleComplex)* AP, const(cuDoubleComplex)* x, int incx, cuDoubleComplex beta, cuDoubleComplex* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasZhpr
void cublasZhpr(char uplo, int n, double alpha, const(cuDoubleComplex)* x, int incx, cuDoubleComplex* AP)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasZhpr2
void cublasZhpr2(char uplo, int n, cuDoubleComplex alpha, const(cuDoubleComplex)* x, int incx, const(cuDoubleComplex)* y, int incy, cuDoubleComplex* AP)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasZrot
void cublasZrot(int n, cuDoubleComplex* x, int incx, cuDoubleComplex* y, int incy, double sc, cuDoubleComplex cs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasZrotg
void cublasZrotg(cuDoubleComplex* ca, cuDoubleComplex cb, double* sc, cuDoubleComplex* cs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasZscal
void cublasZscal(int n, cuDoubleComplex alpha, cuDoubleComplex* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasZswap
void cublasZswap(int n, cuDoubleComplex* x, int incx, cuDoubleComplex* y, int incy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasZsymm
void cublasZsymm(char side, char uplo, int m, int n, cuDoubleComplex alpha, const(cuDoubleComplex)* A, int lda, const(cuDoubleComplex)* B, int ldb, cuDoubleComplex beta, cuDoubleComplex* C, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasZsyr2k
void cublasZsyr2k(char uplo, char trans, int n, int k, cuDoubleComplex alpha, const(cuDoubleComplex)* A, int lda, const(cuDoubleComplex)* B, int ldb, cuDoubleComplex beta, cuDoubleComplex* C, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasZsyrk
void cublasZsyrk(char uplo, char trans, int n, int k, cuDoubleComplex alpha, const(cuDoubleComplex)* A, int lda, cuDoubleComplex beta, cuDoubleComplex* C, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasZtbmv
void cublasZtbmv(char uplo, char trans, char diag, int n, int k, const(cuDoubleComplex)* A, int lda, cuDoubleComplex* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasZtbsv
void cublasZtbsv(char uplo, char trans, char diag, int n, int k, const(cuDoubleComplex)* A, int lda, cuDoubleComplex* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasZtpmv
void cublasZtpmv(char uplo, char trans, char diag, int n, const(cuDoubleComplex)* AP, cuDoubleComplex* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasZtpsv
void cublasZtpsv(char uplo, char trans, char diag, int n, const(cuDoubleComplex)* AP, cuDoubleComplex* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasZtrmm
void cublasZtrmm(char side, char uplo, char transa, char diag, int m, int n, cuDoubleComplex alpha, const(cuDoubleComplex)* A, int lda, cuDoubleComplex* B, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasZtrmv
void cublasZtrmv(char uplo, char trans, char diag, int n, const(cuDoubleComplex)* A, int lda, cuDoubleComplex* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasZtrsm
void cublasZtrsm(char side, char uplo, char transa, char diag, int m, int n, cuDoubleComplex alpha, const(cuDoubleComplex)* A, int lda, cuDoubleComplex* B, int ldb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cublasZtrsv
void cublasZtrsv(char uplo, char trans, char diag, int n, const(cuDoubleComplex)* A, int lda, cuDoubleComplex* x, int incx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.